# set interface mode to i2c fast
i i2cfast
# set register page to 0
w e0 7f 00
# set gpo 1 thru 4 to logic 1
w e0 1b 01
w e0 1c 01
w e0 1d 01
w e0 1e 01
# dir setup
# rx1 input mclk 24.576mhz buf transfer enabled
# rxcko enabled 512fs automute disabled clocks stop for lol
w e0 0d 00
w e0 0e 09
# pll1 p is 2 j is 8 d is 0
w e0 0f 22
w e0 10 00
w e0 11 00
# dit setup with 512fs mclk with src input
w e0 07 94
w e0 08 00
w e0 09 02
# disable power down for dir and dit
w e0 01 26
